func internal/runtime/maps.mapKeyError2
6 uses
internal/runtime/maps (current package)
map.go#L825: return mapKeyError2(t.Key, p)
map.go#L828: func mapKeyError2(t *abi.Type, p unsafe.Pointer) error {
map.go#L860: return mapKeyError2(t, unsafe.Pointer(pdata))
map.go#L862: return mapKeyError2(t, *pdata)
map.go#L867: if err := mapKeyError2(a.Elem, unsafe.Pointer(uintptr(p)+i*a.Elem.Size_)); err != nil {
map.go#L878: if err := mapKeyError2(f.Typ, unsafe.Pointer(uintptr(p)+f.Offset)); err != nil {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |